/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     :                                                                                         * 
* Support    :                                                                                         * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. */


@media only screen and (min-width: 1367px) {
    .container-fluid {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 1367px) {
    .banner-style-one .slide { 
        padding: 180px 0; 
        min-height: 620px;
    }

   
    
}

@media only screen and (max-width: 991px) {

    .banner-area .owl-nav {
        display: none;
    }

    .container {
        max-width: 100%;
    }

    .mtb-90 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mtb-100 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mtb-110 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .mtb-120 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .mtb-130 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .mtb-140 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .mtb-150 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .ptb-90 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .ptb-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .ptb-110 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .ptb-120 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .ptb-130 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .ptb-140 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .ptb-150 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    } 

    .header-menu{
        display: none;
    }

    .mobile-menu-trigger {
        display: block;
    }
 

    .main-logo a {
        display: flex;
        align-items: center;
    }

    .main-logo img {
        width: 150px;
    }

    .main-logo {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .fun-factor-area .row {
        margin: auto; 
    }

    .boxes-content-col .item { 
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
        padding-top: 30px;
    }
    .last-box{
        padding-bottom: 0 !important;
    }
    .footer-right-column { 
        grid-template-columns: 23.33% 23.33% 46.33%; 
    }
    .image img {
        width: 100%;
    }

    .order-2 {
        order: unset !important;
    }
    .shap-area { 
        display: none;
    }

    .cs-content-col .item { 
        margin-left: 0;
        margin-top: 0; 
    }
}

@media only screen and (max-width: 767px) {
    .mtb-90 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .mtb-100 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mtb-110 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mtb-120 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mtb-130 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .mtb-140 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .mtb-150 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .ptb-90 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .ptb-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .ptb-110 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .ptb-120 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .ptb-130 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .ptb-140 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .ptb-150 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }   

    .about-content-col{
        order: 1 !important;
        margin-top: 30px;
    }

    .footer-top .logo-widget { 
        margin-bottom: 30px;
    }
    .footer-right-column {
        grid-template-columns: 100%;
    }

    .highlights-area .highlights-left-box .inner { 
        margin-right: 0;
        padding: 30px;
    }
    .highlights-area .highlights-right-box .inner { 
        margin-left: 0;
        margin-top: 30px;
        padding: 30px;
    }
    .fun-factor-area .fun-factor-box .inner .fun-factor-count { 
        font-size: 24px; 
    }
    .apply-content-col{
        margin-top: 30px;
    }
    .get-app-phone{
        display: none;
    }
    .howwork-step-col .inner { 
        margin-bottom: 30px;
    }
    section.howwork-area {
        padding-bottom: 50px !important;
    }
    .contact-map {
        margin-top: 0;
    }

    .tabs-box .dashboard_leftAccount {
        display: inline-flex;
        gap: 10px; 
        flex-wrap: nowrap;
        border-bottom: 1px solid var(--secondary-color);
        overflow: auto;
        white-space: nowrap;
        width: 100%;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 568px) { 
    .main-logo a img {
        width: 124px;
    }
    .banner-style-one .content .big-title h1 { 
        font-size: 24px; 
    }

    .cs-details-gallery { 
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.5rem;
    }

}

@media only screen and (max-width: 360px) { 
}